home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / gamesrc / abermud / ndebug.c < prev    next >
Encoding:
Text File  |  1989-07-08  |  230 b   |  19 lines

  1. long maxu=16;
  2.  
  3. delu2()
  4. {
  5.     bprintf("Selection from main menu only\n");
  6. }
  7.  
  8.  
  9. chpwd()
  10. {
  11.     bprintf("To change your password select option 2 from the main menu\n");
  12. }
  13.  
  14. debug2()
  15. {
  16.     bprintf("No debugger available\n");
  17. }
  18.  
  19.